* isearch.el (isearch-filter-predicate): Documentation typo fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:14:16 +0000 (20:14 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:14:16 +0000 (20:14 -0800)
lisp/ChangeLog
lisp/isearch.el

index 8a5e556e886a738565c693f71935c25ec446c3c4..aa5758a6e2092d453996f02cc562413ba5b11cf4 100644 (file)
@@ -1,5 +1,8 @@
 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * isearch.el (isearch-filter-predicate): Documentation typo fix
+       (bug#15474).
+
        * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
 
        * isearch.el (isearch-cmds): Doc clarification (bug#15547).
index 9da1019bf4652ed8effd34dd40cb585125fa7a38..1fbdeb906d802d33ec4aa7227d90316ab1a07e19 100644 (file)
@@ -188,7 +188,7 @@ or to the end of the buffer for a backward search.")
 to the search status stack.")
 
 (defvar isearch-filter-predicate #'isearch-filter-visible
-  "Predicate that filter the search hits that would normally be available.
+  "Predicate that filters the search hits that would normally be available.
 Search hits that dissatisfy the predicate are skipped.  The function
 has two arguments: the positions of start and end of text matched by
 the search.  If this function returns nil, continue searching without